PDF4Java Reference Documentation
com.o2sol.pdf4java.flowdocument Package / PDFFlowTableStringCell Class
Fields Methods


In This Topic
    PDFFlowTableStringCell Class Members
    In This Topic

    The following tables list the members exposed by PDFFlowTableStringCell.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Methods
     NameDescription
    Public MethodGets the cell background. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell borders. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodThis method supports the internal library infrastructure and should not be used by external client code. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the content color.  
    Public MethodGets the number of columns this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell content.  
    Public MethodGets the content font.  
    Public MethodGets a flag indicating whether long words should wrap if they do not fit entirely on a single line.  
    Public MethodGets the horizontal align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell inner margins. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the cell overflow mode.  
    Public MethodGets the row this cell belongs to. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the number of rows this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets the text direction.  
    Public MethodGets the vertical align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodGets a value indicating whether the cell content should be wrapped on multiple lines.  
    Public MethodSets the cell background. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell borders. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the content color.  
    Public MethodSets the number of columns this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell content.  
    Public MethodSets the content font.  
    Public MethodSets a flag indicating whether long words should wrap if they do not fit entirely on a single line.
    This method has effect if method returns true.  
    Public MethodSets the horizontal align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the cell inner margins. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets a value indicating whether the cell content should be wrapped on multiple lines.  
    Public MethodSets the cell overflow mode.
    This property is considered only when returns false.  
    Public MethodSets the number of rows this cell spans on. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the structure element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets an arbitrary Object value that can be used to store custom information about this element. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Public MethodSets the text direction.  
    Public MethodSets the vertical align. (Inherited from com.o2sol.pdf4java.flowdocument.PDFFlowTableCell)
    Top
    See Also